getFullTimestamp (get full timestamp)

Syntax:

getFullTimestamp();

Description:

Returns the full current timestamp, without rounding the microseconds like %timestamp() does.

Return value:

Returns a timestamp in the format 'yyyy-MM-dd-hh.mm.ss.nnnnnn'.

Example 1:

testStartTime = getFullTimeStamp();